projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3881aa
)
(DOC, clean): Use OBJDIR macro.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 23:21:37 +0000
(23:21 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 23:21:37 +0000
(23:21 +0000)
src/makefile.nt
patch
|
blob
|
history
diff --git
a/src/makefile.nt
b/src/makefile.nt
index 9feca95df0ce131a9e8530da985cacfea65794b7..de3abea1ff63b9891024a9f8189dc4f249702036 100644
(file)
--- a/
src/makefile.nt
+++ b/
src/makefile.nt
@@
-160,7
+160,7
@@
paths.h: ..\nt\paths.h
#
# Make sure we have the DOC file in the right place.
#
-DOC =
obj
\etc\DOC-X
+DOC =
$(OBJDIR)
\etc\DOC-X
$(DOC):; cd ..\lib-src
- $(DEL) DOC-X
$(MAKE) -f makefile.nt all
@@
-231,7
+231,7
@@
install: all
#
clean:; - $(DEL) *~ *.pdb config.h paths.h
- $(DEL_TREE) deleted
- - $(DEL_TREE)
obj
+ - $(DEL_TREE)
$(OBJDIR)
#
# These files are the ones that compile conditionally on CANNOT_DUMP...